Mutable Seg3
Represents a mutable segment in 3D space defined by a start and end point.
Properties
Functions
Link copied to clipboard
open fun eq(other: Segment3<*>, equivalence: DoubleEquivalence = DEFAULT_DOUBLE_EQUIVALENCE): Boolean
Checks if this segment is equal to another segment, considering the order of points irrelevant.
Link copied to clipboard
open fun intersection(other: Segment3<*>, equivalence: DoubleEquivalence = DEFAULT_DOUBLE_EQUIVALENCE): IntersectionData<Vec3>
Compute the intersection of this segment with another segment.
Link copied to clipboard
Reverses the segment, swapping its start and end points.
Link copied to clipboard
Applies a transformation to the endpoints of this segment.